ServiceGetSignInRequestUri Method (String, String, String, String, String) |
Namespace:
Independentsoft.Exchange
Assembly:
Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntaxpublic string GetSignInRequestUri(
string redirectUri,
string responseType,
string responseMode,
string state,
string nonce
)
Public Function GetSignInRequestUri (
redirectUri As String,
responseType As String,
responseMode As String,
state As String,
nonce As String
) As String
Parameters
- redirectUri
- Type: SystemString
- responseType
- Type: SystemString
- responseMode
- Type: SystemString
- state
- Type: SystemString
- nonce
- Type: SystemString
Return Value
Type:
String
See Also